rgba: Use pango_color_parse_with_alpha
authorMatthias Clasen <mclasen@redhat.com>
Mon, 3 Aug 2020 03:23:49 +0000 (23:23 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 3 Aug 2020 03:30:33 +0000 (23:30 -0400)
commit1f3327d32622f84f1f10d3ed7d02cc60130f8084
tree0b08ea1a9d95c014e6fc409356c45f3a0d78340f
parent15325fe546d8cdc2c51aa65cc3001c43480f7eb0
rgba: Use pango_color_parse_with_alpha

Use this newly exported pango function, so we
can support hex colors with alpha like #rrggbbaa.

Fixes: #2931
gdk/gdkrgba.c
testsuite/gdk/rgba.c